[]
Specifies a calling contract for collections that support getting the index of an item.
public interface ISupportIndexing<in T>
Public Interface ISupportIndexing(Of In T)
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| IndexOf(T) | Gets the index of an item in the collection, or |